* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
    color: #333;
    background: #fff url(bg.jpg) center top no-repeat;
}

input,
button,
select,
body {
    font-family: "微软雅黑", "Verdana";
    font-size: 14px;
}

select {
    border: #CCCCCC solid 1px;
    padding: 2px;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

img {
    border: none
}

.clr {
    clear: both;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}

.input {
    border: #e4e4e4 solid 1px;
    border-left: #ABADB3 solid 1px;
    border-top: #ABADB3 solid 1px;
    padding: 2px;
}

a {
    text-decoration: none;
    color: #333333;
}

a:hover {
    color: #FF0000;
}

.font_yh {
    font-family: "微软雅黑", "黑体"
}

.font_bold {
    font-weight: bold;
}

.ml0 {
    margin-left: 0 !important;
}

.typePage {
    width: 1002px;
    margin: 0 auto;
}

.column { border: none !important; }

@media screen and (max-width: 750px) {
    .navgationDiv { display: none; }
}